home *** CD-ROM | disk | FTP | other *** search
- <?php
- /**
- * EasyPHP i18n - Translations for EasyPHP
- * EN
- * Naming based on languages (ISO 639) not on countries
- * @version 2.0
- * @license GPL
- * @author
- */
-
- //== Navigation ==
- $administration = "administration";
- $localweb = "local web";
- $help = "help";
-
-
- //== Alias ==
- $alias_title = "+ALIAS+"; //the character replace the quotation marks
- $alias_add = "add";
- $alias_delete = "delete";
- $alias_intro = "Aliases allow you to place your sites in directories other than Apache's root directory (www)";
- $alias_1 = "Create a directory (eg: C:\localweb\websites\site1)";
- $alias_2 = "Create a name for the Alias (eg: site1)";
- $alias_3 = "Select the path to the directory you have created (eg: C:\weblocal\websites\site1)";
- $alias_4 = "Default settings for the directory";
- $alias_5 = "Confirm ('OK')";
- $alias_6 = "Click on restart and wait until the Apache and Mysql status indicators show green";
- $alias_rem = "Rem: there is a backup copy of the file httpd.conf in directory 'safe': httpd-safe.conf";
- $alias_warning_1 = "Field 2 is empty.";
- $alias_warning_2 = "Field 3 is empty.";
- $alias_warning_3 = "The directory corresponding to the path you have chosen does not exist.";
- $alias_warning_4 = "This name, or a part of this name, is already used by the system.";
- $alias_back = "back";
-
-
- //== Extensions ==
- $extensions_title = "EXTENSIONS";
- $extensions_nb = "You have %s extensions loaded";
- $extensions_show = "show";
- $extensions_functions = "functions";
-
-
- //== Database ==
- $mysql_manager = "mysql_manager"; //the underscore character replaces the space character
- $sqlite_manager = "sqlite_manager";
-
- $licence = "LICENCE";
- $licence_rem = "The following information is a brief summary. Consult the official website %s for all legal information.";
- $phpinfo = "PHPINFO";
- ?>